Welcome![Sign In][Sign Up]
Location:
Search - select TCP

Search list

[Windows Developrttwindows

Description: 在windows环境下,开发的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP-A windows program like ping, it can calc round trip time(rtt), and can select TCP or UDP protocol.
Platform: | Size: 27910 | Author: 蓝天 | Hits:

[Internet-Networkr00t-tcp-chat-examples.tar

Description: 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。
Platform: | Size: 15763 | Author: root | Hits:

[SourceCodetcp异步选择 通信

Description: 采用select的tcp异步通信示例代码
Platform: | Size: 29397 | Author: being83@qq.com | Hits:

[Communicationconnector

Description: 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP/IP socket connections/read/write operation. Select the method used to set the socket overtime. This example in the Windows/Unix systems running through the compiler.
Platform: | Size: 2048 | Author: 潘振瑶 | Hits:

[Windows Developrttwindows

Description: 在windows环境下,开发的类似ping的程序,计算round trip time,即往返时间,可自由选择使用TCP或UDP-A windows program like ping, it can calc round trip time(rtt), and can select TCP or UDP protocol.
Platform: | Size: 1892352 | Author: 蓝天 | Hits:

[Internet-Networklinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571392 | Author: 钟文德 | Hits:

[Internet-Networkselectlessonsimulation

Description: 网络选课模拟程序,由client和server两部分组成,client和server之间的通信基于TCP协议,并且实现NCSP应用层协议-network simulation process from the client and the server is composed of two parts, client and server-based communications between the TCP and to achieve the NCSP application layer protocol
Platform: | Size: 19456 | Author: niekun | Hits:

[Internet-NetworkMySeverDemo1

Description: 本程序是一个多线呈的TCP通讯 服务器程序 本程序的特点在于 很灵活的运用的select函数进行异步非阻塞套节字 程序是通过此套节子发送文件,文件类型也很新颖,是编码过后的264文件,鉴于上传文件的大小,我没有附加264文件,可以相应的考如些264文件,并在fopen改文件名-this program is a multi-line communications was the TCP server this program features is the flexible use of the s elect function for non-blocking asynchronous character sets section of this procedure is adopted son of this section sets of documents, document type is also very innovative, after the code is 264 documents, in view of the size of the file upload, I have no additional 264 documents, can the corresponding test as some 264 documents and fopen file name changed!
Platform: | Size: 172032 | Author: 黄越 | Hits:

[ICQ-IM-ChatCSmode_ChatRoom

Description: TCP网络编程,使用多线程及select函数实现多人聊天功能,C/S模式。-TCP network programming, the use of multithreading and select Function people chat, C/S mode.
Platform: | Size: 428032 | Author: 泡沫 | Hits:

[Internet-NetworkSocket

Description: tcp通讯源码,适用于Unix/Linux平台,采用c语言编写-tcp communications source code, applicable to Unix/Linux platforms, using language c
Platform: | Size: 9216 | Author: lenin | Hits:

[TCP/IP stackTcpClient

Description: socket客户端代码,可以从web服务器取文件,并且使用了select高级方法-socket client-side code, you can access files from the web server, and the use of select high-level methods
Platform: | Size: 2048 | Author: leo | Hits:

[OtherwinSocketTestApp

Description: WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站 -WinSock Win32 API categories and examples of the packing process <WinSock> winSocket/winSocketEx: If you are using Windows environment C++ Prepared TCP/IP network program, then use this type of packing, I think it will not let you disappointed . WinSocket almost encapsulates the preparation of TCP/IP network applications all the necessary elements, winSocketEx adding a SOCKS 4/5 proxy server support. Making procedures in their own easy to add agent support. This type of support package features include: Connect, Send, Receive, Close, Listen, Bind, Accept, asyncSelect, get_LocalHost, get_LocalPort, get_RemoteHost, get_RemotePort and so on. [Character code] VC reusable code segment [code author] ryan [size] 53K statement: Transfer from other sites
Platform: | Size: 43008 | Author: 邓影 | Hits:

[TCP/IP stacktcp

Description: TCP网络调试程序 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。-TCP network debugger can be used to carry out this procedure debugging TCP communication, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server.
Platform: | Size: 55296 | Author: 韩波 | Hits:

[Internet-NetworkTogo_SelectorServer4_20070416

Description: 该例程使用tcp socket开发,测试大量tcp客户端用户同时连接、间歇断开等异常操作,测试服务器性能。-The routine use of tcp socket development, testing a large number of users at the same time the client tcp connection, intermittent disconnection, such as abnormal operation, the test server performance.
Platform: | Size: 28672 | Author: amiao | Hits:

[TCP/IP stackTCP

Description: 本程序可以用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-This procedure can be used for TCP communication debugging, the program includes a TCP server and client in two parts. TCP server port can be designated to monitor and at the same time deal with a maximum of 100 connections. Real-time display of each connection send data and can manually select which connections need to return data, or disconnect a connection. TCP client can be on a certain IP (or directly enter the domain name) to connect the port, real-time display has been connected to the server send the information, you can manually enter the need to send content to the server. This procedure in the preparation of some of their own server or client process more useful when debugging.
Platform: | Size: 1963008 | Author: 雷钊 | Hits:

[Internet-Networkr00t-tcp-chat-examples.tar

Description: 使用select实现的UNIX/Linux环境下的TCP聊天程序,可以使用Makefile编译。-Select realize the use of UNIX/Linux environments TCP chat program, you can use the Makefile to compile.
Platform: | Size: 15360 | Author: root | Hits:

[TCP/IP stackNetExp3

Description: VC实现的多协议多服务服务器程序,select+TCP+UDP-VC realize multi-service multi-protocol server
Platform: | Size: 10240 | Author: 1bin | Hits:

[Linux-UnixUDP_select()

Description: 通过UDP和select函数来实现非阻塞的通话机制,已达到客户端之间的通讯-Through the UDP and select functions to achieve non-blocking call mechanism, has reached the communication between the client
Platform: | Size: 16384 | Author: 方言 | Hits:

[Program docTCP-Select

Description: VC开发环境利用select 模型开发服务器-VC model development environment, development server using select
Platform: | Size: 158720 | Author: zhaozhpo | Hits:

[VC/MFCLinux-select-TCP

Description: Linux TCP并发服务器与客户端编程-Linux TCP concurrent server and client programming
Platform: | Size: 2048 | Author: 俊杰 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net